home *** CD-ROM | disk | FTP | other *** search
- /* $Id: tnextmail.h,v 1.2 91/05/25 15:08:23 cap Exp $
- * Data structures representing attachments
- */
-
- struct attach {
- char pathname[MAXPATHLEN]; /* absolute path of attachment */
- char basename[MAXPATHLEN]; /* name of the file */
- };
-
- #define RTF_NAME "index.rtf"
-
- extern int fatalerrors;
- extern char *message_subject, batch_name[];
-